home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u507.dms / u507.adf / DCopy31.doc < prev    next >
Text File  |  1993-05-14  |  10KB  |  257 lines

  1. *******************************************************************************
  2. ******                                                                   ******
  3. ******                 D-COPY  v3.1  -  a D-MOB release!                 ******
  4. ******                                                                   ******
  5. ******            Coding by TURBOBRAIN  &  graphics by NICK23            ******
  6. ******        Original copy routines by R.GELFAND & S.THUBEAUVILLE       ******
  7. ******                      Finished May 14 1993                         ******
  8. ******                                                                   ******
  9. ******  This program may not be distributed for any commercial reasons.  ******
  10. ******                                                                   ******
  11. *******************************************************************************
  12. ******                                                                   ******
  13. ******    BootBlock.brainfile (BBBF) & BootBlock.library is         ******
  14. ******    Copyright © Safe Hex International 1992                 ******
  15. ******  Look in the BBBF-drawer for more information...                                                                 ******
  16. ******                                                                   ******
  17. *******************************************************************************
  18.  
  19.     This program was made after we had enough of cursing over badly
  20.     coded, inequal and often inaccurate copy-programs.
  21.     Because of this we decided to create a copier superior to all
  22.     other copiers seen before, and this is it...
  23.     D-Copy is developed by hackers for hackers, and suited for your
  24.     needs, and therefore D-Copy should be your choice from now on!!
  25.     
  26.  
  27.  
  28. notes:    D-Copy v3.1 has been tested on:
  29.       *  A1000
  30.       *  A500, A500+
  31.       *  A2000/2500
  32.       *  A3000
  33.           *  A4000 (some bugs known 'NIB')
  34.  
  35.     D-Copy has been tested with:
  36.       *  512k - 16meg memory expansion
  37.           *  2 Meg ChipMem
  38.       *  1-4 external + harddrive
  39.       *  Kickstart v1.1 - v3.1 (40.38)
  40.       *  TurboCards (68030 + 040)
  41.  
  42.  
  43. features - switches:
  44. --------------------
  45. SRC:    Source drive DF0: - DF3:
  46.  
  47. DEST:    Destination drive(s) DF0: - DF3:
  48.     Writing will affect all destination drives selected. If
  49.     destination and source drive is the same, D-Copy will
  50.     copy in single-drive mode.
  51.     
  52.  
  53. DOS 1:    Copies standard DOS tracks, including errors.        
  54.  
  55. DOS 2:    Copies standard DOS tracks with corrected errors. Checksums
  56.     are recalculated and some header info are also corrected.
  57.     Otherwise the same as DosCopy 1. Use when data is lost due to
  58.     read errors. This will not recover all data but should be able
  59.     to save some of it.
  60.  
  61. DOS 3:  Copies standard DOS track but uses the Bitmap to find out which
  62.         tracks that contains data so it only have to copy tracks with data
  63.         on and format the rest.
  64.  
  65. NIB 1:    Copies foreign formats. Use when disks are copy-protected...
  66.  
  67. NIB 2:    Basically the same as NibbleCopy 1, but uses a different
  68.     method to find the track gap.
  69.  
  70. NIB 3:  Copies MS-DOS disks (720 Kb). This routine is NOT ready yet.
  71.         The copy routine is working and so is some of the error checking-
  72.         routines. The only thing that isn't working is the checksum routine
  73.         for the header and data section. I had some problems with their
  74.         strange checksum-format.
  75.     
  76.  
  77. CHK:    Checks standard DOS tracks for errors in the selected source drive.
  78.  
  79. FMT:    Format standard DOS disks. When prompted for the diskname, you can
  80.         select single tracks to be formated by clicking in the grid or just
  81.         start the operation to do a normal format.
  82.  
  83. NAME:    Tells the name of the disk in the selected source drive.
  84.  
  85. DEF:    Sets SIDE 0/1, START+END TRACK, SYNC-WORDS, and SYNC-CORRECTOR
  86.     to the default values.
  87.     
  88. ERR:    Click on ERR and then on an error in the grid to get a 
  89.     short explanation of what it is.
  90.  
  91. DRIVE:    Scans the system for connected diskdrives (should find 5'25"
  92.     not tested) Handy if you forgot to turn on any drives.
  93.  
  94. START/
  95. END:    Click in the grids to select start and end track.
  96.     Left mouse button for START and right for END.
  97.  
  98. 0/1:    Selects which head to copy; Top, Bottom, or Both.
  99.  
  100.  
  101.  
  102.  
  103.  
  104. FFS:    Only used in formatting. Disk will be formated with
  105.     FastFileSystem. 
  106.  
  107. RAM:    Tracks are stored in memory; same as single-drive copy, but
  108.     may be written more than once to selected destinations.
  109.     
  110. VRFY:    Verifies selected destinations. Verify errors are displayed
  111.     in blue digits, where the digit is the drive number. If more
  112.     than one drive gets a verify error on the same track, a blue
  113.     X will appear instead of a digit.
  114.     The verify isn't completely dependable, because the verfication
  115.     starts half a second after the writing has started (e.g. the
  116.     the writing of one track takes half a second). The verify
  117.     routine will read the track correctly, but a damaged track
  118.     may hold this data for a certain amount of time and then 
  119.     lose it. To be sure, wait a while between copying and
  120.     checking target disks for errors.
  121.     Use SAFE button to make the verify safer...
  122.  
  123. SAFE:    Makes a CheckDisk after selected operation (copy or format)
  124.     This method is safer than Verify because there is more time
  125.         between the writing to the disk and the reading (checking)
  126.         from it, so if a track is bad it will probably lose it's
  127.         contens before the check has started and you will get an error.
  128.  
  129.     
  130.  
  131.  
  132. CRUNCHER MENU:
  133.         Use this only if you are short on memory, because it takes more
  134.         time. The tracks are crunched and stored into memory under singel-
  135.         drive copy. The higher cruncher level, the more data you can
  136.         store in memory (and ofcourse it takes more time too).
  137.  
  138.  
  139.  
  140. SYNCMENU:
  141.     When the sync switch is on, all sync-marks will be recalculated
  142.     during copy. This option should be turned off when copying
  143.     foreign formats!
  144.     The sync-mark is a mark that the disk controller uses to
  145.     find the start of a track or sector on the disk. The standard
  146.     mark for the Amiga is $4489. If you change this, the disk
  147.     controller won't find any valid data on the disk. This can
  148.     be used as a kind of copy-protection, because if you don't
  149.     know the correct sync-word for the tracks, the disk becomes
  150.     completely unreadable.
  151.     The 'READ' and 'WRT' switches above the sync button stands for
  152.     read/write sync-word. If you change the write-sync to an
  153.     other value and copy the disk with this, the disk becomes
  154.     unreadable if you don't know the correct sync-word. Crypting
  155.     protection for valuable disks can be made with this kind of
  156.     operation. You just have to set the read-sync to the same 
  157.     value as you had on the write-sync before and the write-sync
  158.     to the standard sync-word($4489) to get back a readable disk!
  159.     When you choose your 'secret' sync-word you have to let D-Copy
  160.     calculate it for you by pressing the up or down arrows on
  161.     the 'i' selector to the right of the sync-word. This assures
  162.     you that the sync-word is a valid sync value to be used as
  163.     a sync-mark. WARNING! Use this option with caution, since
  164.                   incorrect usage will destroy all data.
  165.  
  166.  
  167.  
  168.  
  169. features - buttons:                        
  170. -------------------                        
  171. KILL:    Removes the system to increase memory.
  172.     Very handy for those who are short of RAM. Use when copying
  173.     in single-drive mode.
  174.     When clicking on the exit button the computer will reset.
  175.     This is a true reset routine (i.e expansion boards are found
  176.     when the system is rebooting). 
  177.     
  178. GO!:    Starts the selected function.
  179.  
  180. ESC:    Aborts the selected function.
  181.  
  182. R:    Makes a retry on damaged tracks after a copy. Has shown to
  183.     be very successful in reading damaged tracks.
  184.  
  185.  
  186.  
  187. features - specials:
  188. --------------------
  189. SPD:    Selects what speed with which to step the head from one
  190.     track to another. Speeds are 1 - 9 (Fast to Slow).
  191.     Most drives can't handle a speed faster than 3. You'll
  192.     have to try out what speed is the best for your drive!
  193.     Don't take any chances with using a faster speed than
  194.     your drive can handle. This will only result in read
  195.     errors on your destination disks.
  196.     
  197. ATT:    The number of attempts to read damaged tracks. Also affects
  198.     the number of writings during verification. The retries are
  199.     displayed on the right side of each track-grid.
  200.     Slightly below these 'Retry-indicators' you will find another
  201.     pair of indicators which indicates how many tracks that failed
  202.     to be read correctly or was correctly read after retries. 
  203.  
  204. VC:    If this Led is on, DCopy has found a VirusCheck-library and
  205.     a valid BootBlock-brainfile. Virus checking is now enabled
  206.     when you are checking disks (CHK) or copying disks in one of
  207.     the 'DOS' modes. The name of the library should be
  208.     'libs:Bootblock.library' and the name of the brainfile should
  209.     be 'l:Bootblock.brainfile'.
  210.  
  211.     
  212. Comments:
  213. ---------
  214. MOUSE:    Mouse will be freezed when clicking the RIGHT mouse button
  215.     over the GO-R-ESC area. Indicated by pointer turning yellow.
  216.  
  217. MODES:    If you have selected the same source and destination drive
  218.     the program will turn on single-drive mode automatically. This
  219.     is the only way to get into single-drive mode.
  220.  
  221. DRIVES:    If you have connected more than one external drive you may get
  222.     some problems with power consumption. Having a four-drive system
  223.     working requires a lot of power so you just have to see if your
  224.     powersupply can deliver the amount your drives need.
  225.  
  226. SECTOR-SCANNERS:
  227.     These 'scanners' is found below each track-grid. The right one
  228.     in each grid reports 'Sector OK' information by either turning
  229.     green or red (Good, Bad). When a damaged track is read, DCopy
  230.     stores all the good sectors and makes a new read (retry). If some
  231.     of the new read sectors are good which was bad in the previous
  232.     readings, DCopy replaces the bad (old) sector with the good (new).
  233.     This helps a lot if you want to read a damaged track. The scanner
  234.     to the left is showing which sectors has been read OK.
  235.     
  236.  
  237.  
  238.  
  239.     The testing of this program has been made by several of my
  240.     friends and the D-MOB crew, who also gave me moral support
  241.     during intense bug-fixing periods. I also wish to thank all
  242.     those who sent me bug-reports and ideas on how to improve
  243.     D-Copy and you are now able to enjoy the result!
  244.  
  245.  
  246.     If you find some bugs or have some constructive ideas on
  247.     how to improve D-Copy, please write or call me at:
  248.  
  249.  
  250.  
  251.         Stefan Bernbo / TURBOBRAIN
  252.         Hantverkaregatan 2
  253.         S-37135 Karlskrona
  254.         SWEDEN
  255.        tel: +46-(0)455-10053        
  256.  
  257.